home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_2
/
ml
/
man
/
dos
/
status
< prev
next >
Wrap
Text File
|
1993-01-23
|
1KB
|
45 lines
STATUS(1) DOS COMMANDS STATUS(1)
NAME
STATUS : To display information about the CLI/SHELL processes.
SYNOPSIS
STATUS <process> [FULL] [TCB] [CLI|ALL] [COMMAND]"
TEMPLATE
STATUS "PROCESS,FULL/S,TCB/S,CLI=ALL/S,COMMAND/K"
PATH
C:
DESCRIPTION
STATUS alone lists the numbers of the CLI processes and the
program running in each CLI/SHELL. STATUS can also display some
informations about a given process, like its priority or stacksize.
OPTIONS
PROCESS : Specifies a process number and only gives information about
that process.
TCB : Displays information about the priority, stacksize, and global
vector size of each process.
CLI/ALL : Displays the name of the currently loaded command (if any).
FULL : = TCB + CLI.
COMMAND : STATUS searches for a command in the CLI list. If it is found,
the CLI number is printed and the condition flag is set to 0.
otherwise, the flag is set to 5 (WARN).
SEE ALSO
BREAK
EXAMPLES
> STATUS : list all CLI processes.
> STATUS >ram:tmpFile COMMAND=ClockPtr
> BREAK < ram:tmpFile >NIL: ? : send a BREAK signal to CLockPtr
> STATUS FULL : list all CLI processes with all informations.